﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.97.5346.24640"?>
<regions>
  <settings>
    <identity>
      <id>7a50f4ee-d741-4a1c-9eab-8bd36a003da6</id>
      <revision>12</revision>
    </identity>
    <calculation>
      <precision>6</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <fractions>auto</fractions>
    </calculation>
    <pageModel active="true" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependences>
      <assembly name="SMath Studio Desktop" version="0.97.5346.24640" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Text Region" version="1.10.5346.31409" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Math Region" version="0.97.5346.24640" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Special Functions" version="1.11.5346.31403" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Picture Region" version="1.10.5346.31387" guid="06b5df04-393e-4be7-9107-305196fcb861" />
      <assembly name="Plot Region" version="1.9.5346.32570" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
    </dependences>
  </settings>
  <region id="0" left="27" top="36" width="400" height="31" color="#000000" bgColor="#80ffff" fontSize="14">
    <text lang="eng">
      <p bold="true">Solving for a vectorised function </p>
    </text>
  </region>
  <region id="1" left="27" top="72" width="175" height="45" color="#000000" bgColor="#ffff80" fontSize="10">
    <math fractionType="none" decimalPlaces="4">
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">x</e>
        <e type="operand">2</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="operand">2</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operand">x</e>
        <e type="operator" args="2">/</e>
        <e type="function" preserve="true" args="1">tanh</e>
        <e type="operator" args="2">*</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="2" left="522" top="99" width="96" height="26" color="#000000" bgColor="#ebebeb" fontSize="10">
    <math fractionType="none" decimalPlaces="4">
      <input>
        <e type="operand">t0</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="1">time</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="3" left="27" top="135" width="585" height="200" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>In Mathematics, an InverseFunction is the solution of this function. f(x) is the model of difficulty, documented in Mathematica 4.0. The seeded solve scanner is of no gain versus the direct "Sol".The 'roots' can't be applied wrt the derivative that does not take discrete vector of values. In lieu, the 'solve' block concludes pretty well.. a bit slow._____________________________Note: the function starts existing around 'x = 0.02, f(0.02) = 0.0564'our choice to solve is wise , down to lower possible limit. The upper limit 0.99 is practical. In fact, at  1, the solution is infinite.Pushing a bit more, 'solve' cries to murder. </p>
    </text>
  </region>
  <region id="4" left="27" top="360" width="500" height="169" border="true" color="#000000" bgColor="#ebebeb" fontSize="10">
    <math optimize="2">
      <description active="true" position="Top" lang="eng">
        <p>Design a discrete function inverser  in the L, H span , N points</p>
      </description>
      <input>
        <e type="operand">f</e>
        <e type="operand">L</e>
        <e type="operand">H</e>
        <e type="operand">N</e>
        <e type="function" args="4">Inverse</e>
        <e type="operand">dx</e>
        <e type="operand">H</e>
        <e type="operand">L</e>
        <e type="operator" args="2">-</e>
        <e type="operand">N</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">N</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">ω</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">L</e>
        <e type="operand">dx</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">dx</e>
        <e type="operand">i</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand" style="string" />
        <e type="operand">j</e>
        <e type="operand">1</e>
        <e type="operand">ω</e>
        <e type="function" preserve="true" args="1">rows</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">sol</e>
        <e type="operand">j</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">ω</e>
        <e type="operand">j</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="operand">0</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">x</e>
        <e type="operand">0.02</e>
        <e type="operand">20</e>
        <e type="function" preserve="true" args="4">solve</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand">ω</e>
        <e type="operand">sol</e>
        <e type="function" preserve="true" args="2">augment</e>
        <e type="operand">5</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="7">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="5" left="414" top="396" width="196" height="48" color="#000000" bgColor="#ffffff">
    <picture>
      <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAALwAAAAoCAYAAABEvpD+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABeNJREFUeF7tnNlx4zAMhr2V7asqSQVqIj2ogVShp/ThrURLUKIEggBvnWYmmfFY4vXjIwjAcv5Mr5f6bT9NgQ9RAIBvP02Bj1AAnHsD/iNM3RYJCjwNeHUoQ3jWjHuiAtQGl7LHk4CvAXuKcVLuPZG/U4bGtriUTg34jYccw+S0OYXAgwdtwO8s+NHe3SynAS8b1tjkUho9xcOXAl9ilJK2O/uBU7tvwO8ovw/4oZsT2fmvm4a3O5ESaEva7iXJe+jWNXfcgvcaGPXbgHdEHqf+1U9jBfFF4N/D1PXhEUqgLWlbYeluF2M/vbphfX/o+E2+y9iVgcebJkbn4P1SSGO8IniHsV+8IxLRrMvyninXwSir15W8L2yIzTt3ynAvAV4O+HXeeBxPewsA2CjQru/RHPjNGWMIES6tw9KvHlM+gVy9+BLs2JM+1BjVvHyiLjVCzZSTIht4MNB6LBpIxtHyxgA7FlLfj4AKXZ9Ubz4PD/1hPvXmSgBeQ1bi4ZdNaYaE+XDg5APPrB/myzgOCXZubA54SbcsL5+gC63WxG5aXBQ4FHjRMwggDR3yVgyc63W9okBIY7yJ8dAMCFQYx4ClwOM1gKGZNVHoouFEnhdvbgfYRCoPAT5Sl9t5+FOBJ4amJwi+vEsMTwGPBD6azwTgozcRuJE9Qxrtp8jG9+jyHA+v1u0kQ8Sbhq6DdvgeDbQn2Xoi8Ga9W7gGp54bx6cAD0BiR1U9ac0EPtoRCIlvTOiYF8PTUEIq5zn3EUOFruM8QY9hJ4V2OVFdTwxpnPZqDOnEcsREc1/b1Pbw2lkuSbkKEXChIAcO3AavPSZhNfla8N5EXW4V0pSKfmT7UmFhrkEPwgAfbHOkCAVjzRsvs0QcGdIUTK9e06d80mqALQEw2PaxwM/l36B3l7ATdDF6BnWth3O4pwa8rVGKcVLuDVvixDt0mJLp3YVp02T1xNVRAz/rCyA1QpvLGOemE6E2uJRjeJKHvykfj5/2ZYH3lb7aNfwAWnudysNldnXz8JcxRZvIEQqswMP3QNtf0+ADGGjfeD7Cs7QxLqOACsdaTNo0eDYDeLdp4KfpX/trGjySAVolCgIPHzv3o9oQ45d6nuV7ei9gmOdA4Bp+PU2/+rkQ3aYSRNB/N/xW6w/mZc+53lz1molWVXTYo8+K9gnZe9W7tzkq0WZl07OOfOCtTn/Ux9Ff6ol2AAW/no1dG855E5nxasBJ5lzD8O9v9eWNzSGUGPLUthnrCIO3g96L0wpttJ2BBzD/qi9Ku1DiODlkUO7e9/C34kbawQAZoIR0OOV6xjpuDzz9Pqgd0gAsXJKjPLBHrFLgpwxD8MDg+as5Q6jQ/6zhkh3CfU29+a8HyHvD5lvXo9vOYZx+D+4j4Yd7vwl7+P7ZeVt92jbwejndLnMdnpOPZUTdb61Va8bobbSMnRsTShv9yz28JSyKxx3BmZCGwIMNVww8DZ2KwhDk4X3Av7bTypfL6BAOb0isFZP76Pvhfa5/aV2oH+u0CzkCaRxpXqH+nByFMIKcxzZPojcGXtKY60disySGp6EDb2ghhj8ZeOx1/Ds/EnjiWUyCzuYoAvBOwm00YoALe+olR9AQzydKyMNxxQZ2HWZeEcBLjPD/KQJOQA/wgsZOqVhtAJHNEuBpPHYn4ONj3psDvxrYhFKehF7YWOJGjABeYkSupqUDzzkVkc0S4G2PMMdfbllS8PARYsVDSRLfqn2j+Vv9Suudy5hSeTY7pGG8m6gPAtcGK5CASydJtZCGaLZW75Z4XocmacDP4d62iXVeAP0weUzohIuq0mxHk6qMmJp6TAyvkze+SuMaMq1Ssl+VBiWcSuTeA7YRl01C1+RsSYS9SS7/uUZ0SGMlgoHPKDyhU3AdUUkrYoRNWknpOpDfsBqzSSseV2YpCvhsL7wkNHF1eDXJ6Lp17Tp8jVp+66OIk6KiQ7z2+wN/k09a72CsNsd4sCWtDgC+fJLN0E3DWgywwLenBZ/9tOCn2xc/LfkfqH1+Vy0kUkAAAAAASUVORK5CYII=</raw>
    </picture>
  </region>
  <region id="6" left="27" top="576" width="269" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Sol</e>
        <e type="operand">f</e>
        <e type="operand">0.06</e>
        <e type="operand">0.99</e>
        <e type="operand">100</e>
        <e type="function" args="4">Inverse</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="7" left="423" top="576" width="166" height="26" color="#000000" bgColor="#ebebeb" fontSize="10">
    <math fractionType="none" decimalPlaces="0">
      <input>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="1">time</e>
        <e type="operand">t0</e>
        <e type="operator" args="2">-</e>
      </input>
      <result action="numeric">
        <e type="operand">28</e>
        <e type="operand" style="unit">sec</e>
        <e type="operator" args="2">*</e>
      </result>
    </math>
  </region>
  <region id="8" left="27" top="612" width="240" height="158" color="#000000" bgColor="#ffffff" fontSize="10">
    <plot type="2d" render="lines" scale_x="0.672454884898439" scale_y="17.4494022688864" scale_z="11.7339357942706" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-65" transpose_y="-51" transpose_z="0">
      <description active="true" position="Top" lang="eng">
        <p>Magnify the function to see </p>
      </description>
      <input>
        <e type="operand">50</e>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operator" args="2">*</e>
        <e type="operand">Sol</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">sys</e>
      </input>
    </plot>
  </region>
  <region id="9" left="288" top="612" width="240" height="158" color="#000000" bgColor="#ffffff" fontSize="10">
    <plot type="2d" render="lines" scale_x="17.4494022688864" scale_y="11.9181765377272" scale_z="207.965056718407" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="0" transpose_y="0" transpose_z="0">
      <description active="true" position="Top" lang="eng">
        <p>The native function</p>
      </description>
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
      </input>
    </plot>
  </region>
  <region id="10" left="27" top="846" width="521" height="72" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>This exercise is purely didactic/demo. No further explorationwill be applied. It aims at setting up the solver wisely. Thef(x) does not plot part of the low region, this default is dueto Smath too granular in this region.</p>
    </text>
  </region>
  <region id="11" left="27" top="1044" width="453" height="34" color="#000000" bgColor="#80ffff" fontSize="16">
    <text lang="eng">
      <p bold="true" underline="true">The other way around Maple "root"</p>
    </text>
  </region>
  <region id="12" left="27" top="1107" width="175" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">x</e>
        <e type="operand">2</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="operand">2</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operand">x</e>
        <e type="operator" args="2">/</e>
        <e type="function" preserve="true" args="1">tanh</e>
        <e type="operator" args="2">*</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="13" left="27" top="1161" width="477" height="66" color="#000000" bgColor="#ffff80" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">w</e>
        <e type="function" args="1">sol</e>
        <e type="operand">t</e>
        <e type="function" args="1">f</e>
        <e type="operand">w</e>
        <e type="operator" args="2">-</e>
        <e type="operand">t</e>
        <e type="function" args="2">root</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="symbolic">
        <e type="operand">w</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operand">π</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="operand">t</e>
        <e type="operand">2</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operand">t</e>
        <e type="operator" args="2">/</e>
        <e type="function" preserve="true" args="1">tanh</e>
        <e type="operator" args="2">*</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">+</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operand">π</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="operand">t</e>
        <e type="function" args="2">root</e>
      </result>
    </math>
  </region>
  <region id="14" left="27" top="1242" width="577" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Maple</e>
        <e type="operand">expression</e>
        <e type="operand">var</e>
        <e type="function" args="2">root</e>
        <e type="operator" args="2">≡</e>
        <e type="operand" style="string">is live in Smath 5346 but undocumented</e>
        <e type="operator" args="2">≡</e>
      </input>
    </math>
  </region>
  <region id="15" left="27" top="1278" width="463" height="88" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>For solving, we equate the Maple 'root' to 0 andinclude in the Smath solve block c/w the 'roots' range.Indirectly, Mathcad/Mathsoft "tracking" implementsa version of Maple "root" [or similar to Maple], butactive by clicking in the curve for quick coordinates.</p>
    </text>
  </region>
  <region id="16" left="27" top="1377" width="438" height="28" color="#000000" bgColor="#fff5ff" fontSize="12">
    <text lang="eng">
      <p bold="true" underline="true">The symmetric solver within the range above</p>
    </text>
  </region>
  <region id="17" left="27" top="1413" width="460" height="66" color="#000000" bgColor="#fff5ff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
        <e type="operand">w</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operand">π</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="operand">t</e>
        <e type="operand">2</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operand">t</e>
        <e type="operator" args="2">/</e>
        <e type="function" preserve="true" args="1">tanh</e>
        <e type="operator" args="2">*</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">+</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operand">π</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="operand">0</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">t</e>
        <e type="operand">20</e>
        <e type="operator" args="1">-</e>
        <e type="operand">20</e>
        <e type="function" preserve="true" args="4">solve</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="18" left="27" top="1485" width="76" height="24" color="#000000" bgColor="#fff5ff" fontSize="10">
    <math fractionType="none" decimalPlaces="4">
      <input>
        <e type="operand">w</e>
        <e type="operand">0.875</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="19" left="171" top="1485" width="66" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <math>
      <input>
        <e type="operand">w</e>
        <e type="operand">0.95</e>
        <e type="operator" args="2">≤</e>
      </input>
    </math>
  </region>
  <region id="20" left="27" top="1512" width="174" height="44" color="#000000" bgColor="#fff5ff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
      </input>
      <result action="numeric">
        <e type="operand">6.3582</e>
        <e type="operator" args="1">-</e>
        <e type="operand">6.3582</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">mat</e>
      </result>
    </math>
  </region>
  <region id="21" left="387" top="1539" width="345" height="98" border="true" color="#000000" bgColor="#ebebeb" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">up</e>
        <e type="operand">dn</e>
        <e type="operand">locate</e>
        <e type="function" preserve="true" args="3">line</e>
        <e type="operand">j</e>
        <e type="operand">1</e>
        <e type="operand">up</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">v</e>
        <e type="operand">j</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">j</e>
        <e type="operand">dn</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
        <e type="operand">u</e>
        <e type="operand">j</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">locate</e>
        <e type="operand">j</e>
        <e type="operand">0</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">line</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand">u</e>
        <e type="operand">v</e>
        <e type="function" preserve="true" args="2">augment</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="22" left="27" top="1566" width="237" height="36" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">Neg</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="operator" args="1">-</e>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="function" args="3">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="23" left="27" top="1602" width="237" height="36" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">Pos</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="operator" args="1">-</e>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="function" args="3">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="24" left="27" top="1656" width="548" height="248" color="#000000" bgColor="#ebebeb" fontSize="10">
    <plot type="2d" render="lines" scale_x="13.1055896902177" scale_y="0.728510245082384" scale_z="9.54755635716971" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="1" transpose_y="-80" transpose_z="0">
      <description active="true" position="Top" lang="eng">
        <p>Curve tracking Mathcad/Mathsoft style </p>
      </description>
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">w</e>
        <e type="operand">Neg</e>
        <e type="operand">Pos</e>
        <e type="operand">4</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="6">sys</e>
      </input>
    </plot>
  </region>
  <region id="25" left="630" top="1827" width="80" height="80" color="#000000" bgColor="#ffffff">
    <picture>
      <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAA+lJREFUeF7tnM1x8yAQhpUCvz5SREpIBV8DqcLn1OBjjrn5kpncFCMJGdDC/hKIjWc8E1k/LA/vvguS46f56zJP45Un4ACNd57BNOCUBTIAIRl0AHRNRudJVd/z9VW7Den104wagBIxDEBIdgxAA5DOP00UNE/OZde3xAzv2qRDODukGy9o9/pZIO3HA4RNC0KA12MHoBIwDwuD2mi/zoO2zmk9aLewRhBKvikHZDjyS4oZXk9SKHLn6AAZjXjkQZ2BkgEy7sTBpI2vr1GUHJCRelzwYBXrZAHbLyA3AB1A6h9QY0h8QBX8oThR/JOADP0n60FhGw0h9a+gxl7EB1QhYDTFKIvfSpPN/gBBMDiDkjtfaAtdAApuJ+VLu7Q4KJXVDlAQOPl2h8ashaDkgKTBAoH+CiCfYkwlygBxPCEt1wBYFiDpwBDigNZsvwMIGTUyIOnAQAZNVJIOEGU0CYE0AeRhI32QA6KMJgEOaSZdc1ZdHRDUAADG3zOU3Jt5fZ3mz8/bZOB8nubnZ93zrj0OLP2TLzPwn82nDRBVQwX18rKCcVDcOf/n87LtgFGvgR5XUJEuxcLSieR0qKDgDvSmjH978f/+nmb3fntbATgw7ngHaukoxfcYs2bsgYMNIILhQYBOpzVV/L739xWE275cViAOltuOUoIBoPjE4jCFPz4ZRgG5CkN5+bbSY32AECBo32raNyjx30u9i/Z7k6fEeDgGAHQ4Ru1BoewL/iMFBClIY/jRI28LBZEMLvSFDCQpIO9BrpJ5D7ICtKgP+eIFmmJFQDnFIGU+7WBpO61ip/l0SDF0EEueVbXMYxUlaFyqINf5dB708XGrcio4hKooVxB1vrMdF1YmVaewQeFUOEIfdICowSylISnX1HPT46wAEeAsHiWuYoxAo9IMnLfgowAjdgq9FuM6MkDEBqIS4Sd74Uxmg8ICRAGpMOUUrhyQVaDbzAwddYKhkiouVa1+8EQpxmwE7Xyoqty1iao9tAUoFo0nGPx2CgqDCKGksPw+6qDkzhcqvj9AUNWCOl36TAgDUhYfkFTqhaBRk6aqxxDMvpBme1CFYO8PkDGkIiDjtjgGLZ8oGgedBVQhne8PUAVf4UDim7R2wgZ0GFSQsUo5UKKbamyTJtx/5gZzANRBasmrmFeA4QhHgDqCIzdpYxUtgDoDo1dQAAm7r4umXKdwdAryq13CkwHSKrtxtcrFKKti4UJTAihJKXQm3RBeHUCUxWVuNd8Qhs1iFZrHjH/qNfwmBXWi2ImS1CmGVihCR+/agwYgggK0kIaCEMh/GlBqUo++PX6BivsLVI+uGLTMD0CX6AsMP06T0z731+rUAAAAAElFTkSuQmCC</raw>
    </picture>
  </region>
  <region id="26" left="585" top="1908" width="176" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>jmGiraud: 2015_08_23</p>
    </text>
  </region>
  <region id="27" left="189" top="1944" width="222" height="46" color="#000000" bgColor="#ffff80" fontSize="10">
    <math decimalPlaces="3">
      <input>
        <e type="operand">w</e>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="4">mat</e>
      </input>
      <result action="numeric">
        <e type="operand">7</e>
        <e type="operand">8</e>
        <e type="operator" args="2">/</e>
        <e type="operand">6.358</e>
        <e type="operator" args="1">-</e>
        <e type="operand">6.358</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">mat</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="4">mat</e>
      </result>
    </math>
  </region>
</regions>